home *** CD-ROM | disk | FTP | other *** search
/ Illustlations by Gainax / Illustlations by Gainax.iso / pc / sadamoto.exe / SHARED.DXR / 00242_ŽŸ•Å.ls < prev    next >
Encoding:
Text File  |  1994-11-27  |  127 b   |  8 lines

  1. on mouseUp
  2.   global pageno, pagemax
  3.   if pageno < pagemax then
  4.     set pageno to pageno + 1
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.